Release 10.1A: OpenEdge Data Management:
SQL Reference


CREATE USER

Creates the specified user.

Syntax

CREATE USER 'username', 'password' ; 

Example

In this example an account with DBA privileges creates the ‘username’ ‘Jasper’ with password ‘spaniel’:

CREATE USER 'Jasper', 'spaniel' ; 

Notes

Authorization

Must have DBA privileges.

Related statements

BEGIN-END DECLARE SECTION, DROP USER


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095